Git Product home page Git Product logo

framework's Introduction

Fgsl framework

Extensions of Laminas

These components make easy to build web application using Laminas framework.

Authentication

  • Fgsl\Authentication\Adapter\DoctrineTable

This class is an database adapter that uses a Doctrine EntityManager to establish the connection.

Db

  • Fgsl\Db\DoctrineManager\DoctrineManager
  • Fgsl\Entity\AbstractEntity

These two components allows to integrante Doctrine as ORM manager of application

  • Fgsl\TableGateway\AbstractTableGateway
  • Fgsl\TableGateway\AbstractTableModelGateway

These component is an improvement for Laminas default TableGateway. The first works with ActiveRecord pattern.

Form

  • Fgsl\Form\AbstractForm

This component allow to define dynamic forms with less code than Laminas default Form.

InputFilter

  • Fgsl\InputFilter\InputFilter

This component improves Laminas default InputFilter.

Model

  • Fgsl\Model\AbstractActiveRecord

This component defines minimal structure for a model and is used by MVC components. This class implements the Active Record Pattern. It replaces the old class AbstractModel.

  • Fgsl\Model\AbstractModel

This component defines minimal structure for a model and is used by MVC components. It is not coupled to database table record.

IMPORTANT: There is a compatibility break between 3.0.1 and 3.1.0. Classes created with AbstractModel until 3.0.1 must use AbstractActiveRecord from 3.1.0.

MVC

  • Fgsl\Mvc\Controller\AbstractCrudController

This component makes easy to create CRUD pages with pagination using Laminas\Db.

  • Fgsl\Mvc\Controller\AbstractDoctrineCrudController

This component makes easy to create CRUD pages with pagination using Doctrine.

ServiceManager

  • Fgsl\ServiceManager\ServiceManager

This component is a helper to application DI container.

View

  • Fgsl\View\JSHelper

This component helps to load in a organized way Javascript into view scripts.

framework's People

Contributors

fgsl avatar

Watchers

 avatar James Cloos avatar  avatar

framework's Issues

Fix composer invalid data

The fgslframework/framework package of which you are a maintainer has
failed to update due to invalid data contained in your composer.json.
Please address this as soon as possible since the package stopped updating.

It is recommended that you use composer validate to check for errors when you
change your composer.json.

Below is the full update log which should highlight errors as
"Skipped branch ...":

[Composer\Repository\InvalidRepositoryException]: Some branches contained invalid data and were discarded, it is advised to review the log and fix any issues present in branches

Reading composer.json of fgslframework/framework (master)
Skipped branch master, Invalid package information:
License "New BSD" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.