PHPackages                             notback/notback - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. notback/notback

AbandonedArchivedLibrary[Framework](/categories/framework)

notback/notback
===============

A PHP framework for building front-end web development

0.1.01(3y ago)1348[1 issues](https://github.com/notback-php/notback/issues)MITPHPPHP &gt;=5.3.0

Since Mar 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/notback-php/notback)[ Packagist](https://packagist.org/packages/notback/notback)[ Docs](https://notback.io)[ RSS](/packages/notback-notback/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

notback
=======

[](#notback)

Notback is an front-end framework for PHP. By using function-based components, the framework is easy to learn and use. The elements are cleaner, the code is more readable and the framework is very flexible.

The framework is built on top of PHP and creates HTML with CSS styling. It is still possible to use JavaScript also.

Read more on [notback.io](https://notback.io "notback.io")

Installation
------------

[](#installation)

To get started, you need to install the framework by composer:

```
composer require notback/notback

```

When it's installed, you can use the framework by including the autoloader in your project:

```
require_once('vendor/autoload.php');
```

You can also extract the framework in the src folder and use it as a standalone framework.

Usage/Examples
--------------

[](#usageexamples)

When the framework is installed, you can start using it by creating a new file and including the autoloader (or source files). Then you can create your first "hello word" page like this:

```
