Jump to content

Phalcon Slayer

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by RevelationDirect (talk | contribs) at 11:43, 16 August 2016 (added Category:Computer libraries; removed {{uncategorized}} using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Phalcon Slayer 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