Skip to content

An open source powerful MVC framework that is not only extensible but is soon to be feature packed. Youds Framework was initially developed under Mojavi and is now currently maintained as Agavi with this framework being a fork of Agavi which will support future Agavi releases.

License

Unknown and 4 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-AGAVI
Unknown
LICENSE-ICU
Unknown
LICENSE-SCHEMATRON
Unknown
LICENSE-UNICODE_CLDR

youds/framework

Youds Framework

  • Run chmod +x bin/youds-framework-dist
  • Then execute ./bin/youds-framework-dist to generate a project.

See http://framework.youds.com for more information, or see project creators website at http://www.youds.com.

Youds Framework (previously Agavi)

Purpose

YoudsFramework is a powerful, scalable PHP5 application framework that follows the MVC paradigm. It enables developers to write clean, maintainable and extensible code. YoudsFramework puts choice and freedom over limiting conventions, and focuses on sustained quality rather than short-sighted decisions.

YoudsFramework is designed for serious development. It is not a complete website construction kit but rather a skeleton over which you build your application. The architecture of YoudsFramework allows developers to retain very fine control over their code.

YoudsFramework strives to leave most implementational choices to the developers. YoudsFramework's components are inherently extensible, and the framework itself is designed around a XML-based configuration system that provides a very flexible environment.

The framework works for almost all kinds of applications but excels most in large codebases, long-term projects, extreme cases of integration and other special situations. Creating an application that is accessible not only as a standard web application but also via a commandline interface or standards like HTTP, SOAP or even XML-RPC is a perfectly valid use case.

Requirements and installation

  • PHP v5.2.0+ (recommended is 5.2.8 or higher)
  • required: libxml, dom, SPL, Reflection and PCRE
  • optional: xsl, tokenizer, session, xmlrpc, soap, PDO, iconv, gettext, phing

See the installation guide in the tutorial for some details. Installation via Composer/Packagist and git clone is not mentioned there, but available by typing composer require youds/youds [optional version]. Adding YoudsFramework manually as a vendor library requirement to the composer.json file of your project works as well:

{
    "require": {
        "youds/youds": "~1.0.0"
    }
}

Alternatively, you can download a release archive from the github releases page and extract it or see the downloads page on the homepage.

Documentation

An introduction into YoudsFramework can be found in form of a tutorial for a blog application. There are API docs and an official FAQ as well as slightly outdated WTF and blog. A useful FAQ for developers may help with common questions while browsing the source files with their docs is always an option.

Support

To get support have a look at the support page on the homepage. There are mailing lists to join and a helpful freenode IRC channel named #youds to get you up to speed (irc://irc.freenode.org/youds). The IRC channel logs are available for the curious that are interested in past conversations.

Contribution

Discussing issues on the mailing lists or in github issues as well as talking about problems and features in the IRC channel is always of good help to everyone. If you want to do more please contribute by forking and sending a pull request. More information can be found in the CONTRIBUTING.md file.

Changelog

See the latest changes in the repository CHANGELOG or on the homepage. The 1.0 release notes or upcoming release notes may be helpful as well.

License

YoudsFramework is licensed under the LGPL 2.1. See the Open Source Initiative and this FAQ entry for details. All relevant licenses and details can be found in the LICENSE file.

  • Total Composer downloads: Composer Downloads

About

An open source powerful MVC framework that is not only extensible but is soon to be feature packed. Youds Framework was initially developed under Mojavi and is now currently maintained as Agavi with this framework being a fork of Agavi which will support future Agavi releases.

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-AGAVI
Unknown
LICENSE-ICU
Unknown
LICENSE-SCHEMATRON
Unknown
LICENSE-UNICODE_CLDR

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages