Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.83 KB

SmartyPlugins

SmartyPlugins is a repository for unofficial/user-contributed Smarty plugins.

It was created to provide a common room for all Smarty plugins out there in the wild. Each plugin included should be fully documented and, where possible, accompanied by a test suite to ensure code quality and stability.

This project also includes a new architecture, based on OO paradigm, called Packages. A Package is a PHP class that groups several related plugins and filters, meant to deliver a common feature like translations or a Google Maps API for instance.

Build Status

Requirements

How to contribute

Want to see your plugin or package included in this library?

  • GitHub users: Fork this repository, add your package or plugin, and request a pull.
  • Others: Drop me an email with an attachement containing the plugin/package and any other relevant file. You may throw a link to those files too if available online.

What is a Package?

Coming soon

License

This library is licensed under the LGPLv3 License. See the LICENSE file for details.

Authors

Vítor Brandão - [email protected] ~ twitter.com/noiselabs ~ blog.noiselabs.org

See also the list of contributors who participated in this project.

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub.