sroehrl/neoan-php

the efficient PHP framework

2.0.11 2018-04-18 15:00 UTC

This package is auto-updated.

Last update: 2024-05-10 05:16:25 UTC


README

Composer

{

  "require":{

    "mnsami/composer-custom-directory-installer": "1.1.*",

    "sroehrl/neoan-php":"2.0.11"

    },
    "extra":{

      "installer-paths":{

         "./neoan/":["sroehrl/neoan-php"]

        }

      }

}

composer install

or

GitHub

git clone https://github.com/sroehrl/neoanPHP myproject

or

Archive

https://github.com/sroehrl/neoanPHP/archive/2.0.11.zip

Installation

  1. Change .htaccess accordingly (in most cases changing the rewriteBase is enough)
  2. Run installation by visiting your installation in a browser.
  3. Set default project: define default_controller in default.php (initially "install").

MIT license opensource

Copyright 2017 neoan (Stefan Roehrl)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

What is neoanPHP?

With more and more technologies moving into the direction of cli-based development, a lack of understanding of what happens "under the hood" is a common problem for young developers.

neoanPHP comes with concr, a GUI-based building-tool with the convenience of a cli helper, while concr itself is a regular component of neoanPHP and delivers customizable and understandable procedures in order to help developers start projects rapidly while providing a framework that enables them to grow into the profession.

Included Apps in this package:

  • API (JS<-->PHP)
  • cache
  • curl
  • db (mysqli-class)
  • ftp
  • mail (based on PHPmailer)
  • pdf (based on FPDF)
  • session (security-handling)
  • soap
  • stripe (payment provider)
  • t (i18n)
  • zip