2017 © Pedro Peláez
 

library php-framework

DoItYourself PHP Framework

image

diy/php-framework

DoItYourself PHP Framework

  • Saturday, November 5, 2016
  • by nenepadi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 4 Open issues
  • 7 Versions
  • 20 % Grown

The README.md

DIY Micro Framework

A PHP minimal framework which allows you to control every bit of it., (*1)

HOW TO USE

  • Install composer globally. Do the following on a Linux. Visit here for windows.
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
$ php composer-setup.php
$ php -r "unlink('composer-setup.php');"
$ mv composer.phar /usr/local/bin/composer
  • Create a new project using composer.
$ composer create-project diy/framework [project_name] -s dev
  • Run the config script.
$ cd [project_name] && php manage.php app:config

Todo

  • Customise the way mail are sent using the PHPMailer library.
  • Add more custom sessionhandlers or create one that accepts any form of session store.
  • Create an easy to use dashboaord for admin manipulations like in Django Framework.
  • Support PHP in-built development server.
  • Handle static files with nodejs' gulp library.

The Versions

05/11 2016

dev-master

9999999-dev

DoItYourself PHP Framework

  Sources   Download

MIT

The Requires

 

framework do it yourself

05/11 2016

v0.2

0.2.0.0

DoItYourself PHP Framework

  Sources   Download

MIT

The Requires

 

framework do it yourself

04/09 2016

dev-release

dev-release

DoItYourself PHP Framework

  Sources   Download

MIT

The Requires

 

framework do it yourself

04/09 2016

dev-release-cookiecutter

dev-release-cookiecutter

  Sources   Download

The Requires

 

22/06 2016

v0.1

0.1.0.0

  Sources   Download

The Requires