Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Gerschtli518yhey, i'm very interested in this kind of project! i can't really tell, how much time i have to invest in the project, but i'd love to contribute!
some pieces of information about me: 5 years experience in php development, i'm using phpunit/phpmd/phpcs in every project and i'm very concerned about code quality.
would love to hear from you! -
hell169538yI'm really interested too, don't have php unit experience yet but have 2 months in a project with neo4j, probably not the ideal experience you need but I would like to contribute on what I can :)
-
Sounds really interesting.
I have some experience with Guzzle, phpunit, as well as lots of php experience. Unfortunately I haven't worked with neo, but it looks like something I could get into.
Would it be possible to contribute by github issues at this point or is that something you imagine being part of the "how people can contribute" point? -
dfox428268y@Gerschtli awesome! I really want to focus on code quality for this and bounce ideas off everyone so I think you'd be good :)
@azous sounds good! Neo4j experience will definitely be helpful for this.
@typodeaf great! I think that's perfect, any way people want to contribute in the beginning will be fine.
I think the first step is for anyone who isn't familiar with Neo4j, and wants to work directly with creating functionality, is to experiment with Neo4j a bit.
But it's also fine if people want to do things that aren't directly functionality, like set up code sniffs and a code style guideline, etc.
Also, you can take a look at the repo and the very basic stuff I put in there and see what you think/ideas you might have. I'll try to start making some basic GitHub issues today for high-level items that need to be done. -
@dfox would love to help out. Not a lot of knowledge with Neo4j but I can help out with the php and unit testing for sure!
-
dfox428268yHey everyone! Apologies for the delay. I was busy with a lot devRant-related stuff this week but I want to start putting in some work on this project.
I made some issues in the GitHub repo which you can see here: https://github.com/DFoxinator/...
If any of those interest you just let me know. I think a lot of them need some discussion but I wanted to just lay out some of the stuff I think the library will need. Please don't hesitate to tell me I missed some stuff or you don't think something should be there :)
@krazy-dev awesome! -
Gerschtli518y@kalippu did you execute composer update?
and i think a simple "phpunit" should work -
dfox428268y@kalippu from the root of the project directory, running this should do the trick:
vendor/bin/phpunit tests/unit/ClientTest.php
Or just
vendor/bin/phpunit
To run all tests
If you don't have the vendor directory, you need to do
composer install
I'm currently refactoring Client to take a confit array instead of params. -
Skayo88597yI want to contribute but I don't know anything about the project.
Maybe you could make
- Plans (What needs to be done and what is currently in work)
- Contributing Guidelines
- And what you are doing right now
Thanks,
Skayo
A simple, open source Neo4j client written in PHP - help craft project decisions and develop as a team
A simple, open source Neo4j client written in PHP - help craft project decisions and develop as a team