Skip to content

Commit

Permalink
Refactored for FlexForms integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiclesoft committed May 2, 2017
1 parent 86d15d4 commit c11ce93
Show file tree
Hide file tree
Showing 12 changed files with 2,370 additions and 884 deletions.
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -3,20 +3,27 @@ Admin Pack


A PHP toolkit designed specifically for programmers to quickly create a nice-looking, custom-built, secure administrative web interface. Choose from a MIT or LGPL license. Proven to cut development time by at least 50% over traditional frameworks and template engines. But it isn't a CMS nor a framework or a template engine. Admin Pack is very different. Give it a go to power your next PHP-based administrative backend. A PHP toolkit designed specifically for programmers to quickly create a nice-looking, custom-built, secure administrative web interface. Choose from a MIT or LGPL license. Proven to cut development time by at least 50% over traditional frameworks and template engines. But it isn't a CMS nor a framework or a template engine. Admin Pack is very different. Give it a go to power your next PHP-based administrative backend.


Be sure to check out [Admin Pack with Extras](https://github.com/cubiclesoft/admin-pack-with-extras). It is Admin Pack plus some extra options with Javascript components (e.g. a convenient visual date picker widget) in a slightly beefier package.

Features Features
-------- --------


* Quick-n-dirty custom administrative interface builder. * Quick-n-dirty custom administrative interface builder.
* The default template and print stylesheet looks nice. * The default templates look nice enough. Gets the job done.
* Integrated CSRF/XSRF defenses. * Integrated CSRF/XSRF defenses.
* Very lightweight (~140KB). * Very lightweight (~180KB).
* Has a liberal open source license. MIT or LGPL, your choice. * Has a liberal open source license. MIT or LGPL, your choice.
* Designed for relatively painless integration into your project. * Designed for relatively painless integration into your project.
* Sits on GitHub for all of that pull request and issue tracker goodness to easily submit changes and ideas respectively. * Sits on GitHub for all of that pull request and issue tracker goodness to easily submit changes and ideas respectively.


Under the Hood
--------------

Admin Pack uses [FlexForms](https://github.com/cubiclesoft/php-flexforms), which makes it easy to extend Admin Pack with custom functionality (see `support/view_print_layout.php`). For example, [FlexForms Modules](https://github.com/cubiclesoft/php-flexform-modules) contains several official extensions (e.g. charts, HTML editor, character/word counter).

More Information More Information
---------------- ----------------


Documentation, demos, examples, and official downloads of this project sit on the Barebones CMS website: Documentation, demos, examples, and official downloads of this project sit on the Barebones CMS website (Admin Pack does not depend on Barebones CMS):


http://barebonescms.com/documentation/admin_pack/ http://barebonescms.com/documentation/admin_pack/

0 comments on commit c11ce93

Please sign in to comment.