Phalcon Slayer

From HandWiki

Solid Layer is a large wrapper[clarification needed] that restructures the Phalcon framework, it also supports Composer.[citation needed]

You can call it as a Wrapper/Boilerplate/Skeleton, it is designed to support dependencies having the speed.

History

The initial plan is to create a simple folder structure that supports composer.json and a simple configuration, while the development is going on, they realized to include some packages that could support the file system, database migrations, queuing, testing tools and console command helpers. Here's the packages that this project depends on:

  • Symfony Components for console
  • Flysystem for file system
  • Faker for auto generating of fake data
  • Guzzle for cURL support
  • Illuminate for other helpers/blade support
  • Tactician for middleware
  • Mailgun for/as mail adapter
  • Monolog for logging
  • Phinx for database migration
  • CSS Inliner for template engine inliner, main focused for mail templates
  • Class Pre-Loader for php file combiner to speed up things

References

External links