2017 © Pedro Peláez
 

library framework

Autarky - PHP framework for self-sufficient developers

image

autarky/framework

Autarky - PHP framework for self-sufficient developers

  • Saturday, December 2, 2017
  • by anlutro
  • Repository
  • 8 Watchers
  • 61 Stars
  • 691 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 5 Forks
  • 8 Open issues
  • 46 Versions
  • 0 % Grown

The README.md

Autarky

Build Status Latest Stable Version Latest Unstable Version License, (*1)

Autarky is a PHP framework for experienced developers and/or quick learners, with a focus on developer freedom of choice, configuration over convention, and the right mix of rapid/pleasant development and sturdy application architecture., (*2)

Documentation is available at autarky.lutro.me., (*3)

Changelog and upgrade instructions are available in Github's releases., (*4)

Related repositories: Container, Twig templating, (*5)

Installation

Try the framework out by creating a skeleton project using composer., (*6)

If you don't have composer installed already:, (*7)

curl -sS https://getcomposer.org/installer | php
chmod +x composer.phar && mv composer.phar /usr/local/bin/composer

Create the skeleton project using composer:, (*8)

composer create-project -s dev autarky/skeleton --prefer-dist ./myproject
cd myproject && php -S localhost:8000 -t ./public

Visit the url "localhost:8000" in your browser to make sure it's working., (*9)

Contributing

git clone https://github.com/autarky/framework /path/to/autarky
cd /path/to/autarky
composer install
phpunit

The master branch is the current minor version. Previous minor versions have their own branches. Only critical bugfixes should be applied to these branches., (*10)

The develop branch is the next minor version. New features are applied to this branch., (*11)

Read the CONTRIBUTING.md file for more information., (*12)

Contact

Feel free to open an issue on GitHub if you have any problems or suggestions. Alternatively (or additionally), you may want to ask on Stack Overflow using the "autarky" tag., (*13)

Contact Andreas Lutro personally for potential security issues., (*14)

License

The contents of this repository is released under the MIT license. See the LICENSE file included for more information., (*15)

The Versions

03/03 2015
17/02 2015

0.7.x-dev

0.7.9999999.9999999-dev

Autarky - PHP framework for self-sufficient developers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Lutro

framework autarky

17/02 2015
14/01 2015
06/04 2014

0.1.1

0.1.1.0

Autarky - PHP framework for self-sufficient developers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Lutro

framework autarky

02/04 2014

0.1.0

0.1.0.0

Autarky - PHP framework for self-sufficient developers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Lutro

framework autarky