2017-25 © Pedro Peláez
 

library fem

a framework for makers

image

alsvanzelf/fem

a framework for makers

  • Sunday, July 2, 2017
  • by lode
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,230 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

fem

Fem is a framework for makers. Helping and guiding in building a (web) project. A flexible one, one that adjusts to people, one that can grow., (*1)

Fem doesn't enforce a way of working. It doesn't decide your structure, models, or internal api. You are in control of your own code. There's as little magic as possible., (*2)

Install

Use Composer. And use require to get the latest stable version:, (*3)

composer require alsvanzelf/fem

Getting started

Fem comes with a pre-setup example project., (*4)

  1. Copy the example-project/ directory to your own project.
  2. Check the example-composer.json and use from it what you want. It helps you set up your own project's namespace.
  3. Change the namespace calls to your own project's name in:
    • composer.json
    • application/bootstrap.php
    • application/routing.php
    • application/controllers/home.php
  4. Set up a virtual host, i.e. to dev.projectname.
  5. Navigate to dev.projectname
  6. Experiment with application/controllers/home.php.

Components

See the wiki for documentation., (*5)

Basics

Extras

Users

Advanced

Contribute

Pull Requests or issues are welcome!, (*6)

License

MIT, (*7)

The Versions