Giter Club home page Giter Club logo

component-split's Introduction

Logo

Welcome to the Zend Framework 3.0 Release!

RELEASE INFORMATION

Zend Framework 3.0.1dev

This is the first maintenance release for the Zend Framework 3 series.

DD MMM YYYY

UPDATES IN 3.0.1

Please see CHANGELOG.md.

SYSTEM REQUIREMENTS

Zend Framework 3 requires PHP 5.6 or later; we recommend using the latest PHP version whenever possible.

INSTALLATION

We no longer recommend installing this package directly. The package is a metapackage that aggregates all components (and/or integrations) originally shipped with Zend Framework; in most cases, you will want a subset, and these may be installed separately; see https://docs.zendframework.com/ for a list of available packages and installation instructions for each.

We recommend using either the zend-mvc skeleton application:

$ composer create-project zendframework/skeleton-application project

or the Expressive skeleton application:

$ composer create-project zendframework/zend-expressive-skeleton project

The primary use case for installing the entire framework is when upgrading from a version 2 release.

If you decide you still want to install the entire framework:

$ composer require zendframework/zendframework

GETTING STARTED

A great place to get up-to-speed quickly is the Zend Framework QuickStart.

The QuickStart covers some of the most commonly used components of ZF. Since Zend Framework is designed with a use-at-will architecture and components are loosely coupled, you can select and use only those components that are needed for your project.

MIGRATION

For detailed information on migration from v2 to v3, please read our Migration Guide.

COMPONENTS

This package is a metapackage aggregating the following components:

CONTRIBUTING

If you wish to contribute to Zend Framework, please read the CONTRIBUTING.md and CODE_OF_CONDUCT.md files.

QUESTIONS AND FEEDBACK

Online documentation can be found at https://docs.zendframework.com/. Questions that are not addressed in the manual should be directed to the relevant repository, as linked above.

If you find code in this release behaving in an unexpected manner or contrary to its documented behavior, please create an issue with the relevant repository, as linked above.

Reporting Potential Security Issues

If you have encountered a potential security vulnerability in Zend Framework, please report it to us at [email protected]. We will work with you to verify the vulnerability and patch it.

When reporting issues, please provide the following information:

  • Component(s) affected
  • A description indicating how to reproduce the issue
  • A summary of the security vulnerability and impact

We request that you contact us via the email address above and give the project contributors a chance to resolve the vulnerability and issue a new release prior to any public exposure; this helps protect Zend Framework users and provides them with a chance to upgrade and/or update in order to protect their applications.

For sensitive email communications, please use our PGP key.

LICENSE

The files in this archive are released under the Zend Framework license. You can find a copy of this license in LICENSE.md.

ACKNOWLEDGEMENTS

The Zend Framework team would like to thank all the contributors to the Zend Framework project; our corporate sponsor, Zend Technologies / Rogue Wave Software; and you, the Zend Framework user.

Please visit us sometime soon at http://framework.zend.com.

component-split's People

Contributors

ezimuel avatar maks3w avatar weierophinney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

component-split's Issues

composer install on splitted "Stdlib" error

I've just done a split, and try run composer install, and got error :

$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - zendframework/zend-serializer 2.3.x-dev requires zendframework/zend-json == 2.3.9999999.9999999-dev -> no matching package found.
    - zendframework/zend-serializer 2.3.x-dev requires zendframework/zend-json == 2.3.9999999.9999999-dev -> no matching package found.
    - Installation request for zendframework/zend-serializer == 2.3.9999999.9999999-dev -> satisfiable by zendframework/zend-serializer[2.3.x-dev].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Splitted component pushed at https://github.com/samsonasik/zend-stdlib

History is duplicated master branch and tags have duplicated commits

image

Master branch and 2.4.* tags share the same contents but they are different trees

For ex: [2.4.2] Release readiness is duplicated in both trees

zendframework/zend-version@4ac7fba 2.4.2 Tag

zendframework/zend-version@d59789c Master branch

Options:

  • Hard reset master HEAD to match 2.4.2 commit

    Pro: Simple to do and master branch is not stable so rewrite history is not a BC break
    Con: Latest commit in master will be lost (bump to 2.4.3-dev), however this version is not in the roadmap

or

  • Rewrite tags and match a master commit

    Pro: Git history will be smaller. This tree has more empty commits than master
    Con: Require to change "stable" tags references

Things to do before 2.5

  • Many components have an empty description in composer.json.
  • Add a deprecated notice + forward on zendframework/Components_ repositories
  • Migrate issues from zendframework/zf2

/cc @weierophinney

[Split] PHP CS Fixer

From @gianarb on April 1, 2015 23:36

Hi!
In your opinion current flow of cs-fix's check is good??
In my opinion this check is not on the same level of the tests failure.

I'm follow this project StyleCI - code || StyleCI - service this is a good idea for a lot of reasons.

  • Centralize configuration.. We can manage change of config for all components from single point.
  • We can do a different signal if a build failure because a tests is broken or because there is a problem of code style..

In my opinion if I know which PRs don't follow a standard code I can merge them anyway and after a lot of merge I can run CS-fix

Copied from original issue: zendframework/zendframework#7402

error : PHP Warning: copy(/home/vagrant/component-split/TestConfiguration.php.travis): failed to open stream:

when i call the split, i got error :

PHP Warning:  copy(/home/vagrant/component-split/TestConfiguration.php.travis): failed to open stream: No such file or directory in /home/vagrant/component-split/bin/tree-filter.php on line 124
Rewrite 430b6208122daf2076e2b677e5b1a3cdd7602a1c (1182/13544)PHP Warning:  copy(/home/vagrant/component-split/TestConfiguration.php.dist): failed to open stream: No such file or directory in /home/vagrant/component-split/bin/tree-filter.php on line 123
PHP Warning:  copy(/home/vagrant/component-split/TestConfiguration.php.travis): failed to open stream: No such file or directory in /home/vagrant/component-split/bin/tree-filter.php on line 124
Rewrite

seems it should be fixed by #3 by @Maks3w ?

try split "Authentication" component got Invalid component name 'Authentication'

I've tried run :

$ ./bin/split-component.sh \
> -c Authentication \
> -t TestConfiguration.php.dist \
> -i TestConfiguration.php.travis 2>&1 | tee -a split.log

Got log :

ZF2 Component Split Tool, v0.1.0

Splitting component Authentication
Using:
    PHP:                           /usr/local/php5/bin/php
    ZF2 path:                      zf2-migrate
    TestConfiguration.php.dist:    readlink: illegal option -- f
usage: readlink [-n] [file ...]
    TestConfiguration.php.travis:  readlink: illegal option -- f
usage: readlink [-n] [file ...]

readlink: illegal option -- f
usage: readlink [-n] [file ...]
Cloning into 'zf2-migrate'...
readlink: illegal option -- f
usage: readlink [-n] [file ...]
Invalid component name 'Authentication'!

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.