Skip to content

Fix : Update README.md#101

Open
SiddheshBhatkar777 wants to merge 1 commit intoneo4j-php:masterfrom
SiddheshBhatkar777:neo4j-symfony-fix-readme
Open

Fix : Update README.md#101
SiddheshBhatkar777 wants to merge 1 commit intoneo4j-php:masterfrom
SiddheshBhatkar777:neo4j-symfony-fix-readme

Conversation

@SiddheshBhatkar777
Copy link

@SiddheshBhatkar777 SiddheshBhatkar777 commented Jan 5, 2026

Adds documentation for code quality tools available in the project.

Changes:

  1. Add Code Quality section to README.md

  2. Document composer check-cs command for checking code style

  3. Document composer fix-cs command for fixing code style issues

  4. Document composer psalm command for running static analysis

@transistive
Copy link
Collaborator

Hello Siddhesh,

Thank you for fixing the documentation and the test commands. Please do not add any code, the gentlemen fixed those in the following PR #100.

We will merge both today to close #99

@SiddheshBhatkar777
Copy link
Author

Hello Siddhesh,

Thank you for fixing the documentation and the test commands. Please do not add any code, the gentlemen fixed those in the following PR #100.

We will merge both today to close #99

Thank you for highlighting the same, I have removed the code.

[installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Applications that don't use Symfony Flex
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should stay. If it uses Symfony Flex the configuration will already be in place

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for highlighting the same, I have added it back.

docs/README.md Outdated
$ docker-compose up -d
```

This will start a Neo4j instance accessible at `bolt://neo4j:testtest@neo4j:7687`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it clear that, by default, the server is accessible only at this address when using the PHP Docker container defined in the Docker Compose file.

Copy link
Author

@SiddheshBhatkar777 SiddheshBhatkar777 Jan 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have modified the message made it clear that by default, the server is accessible only at this address when using the PHP Docker container defined in the Docker Compose file.

}

if (isset($summary['result']) && method_exists($summary['result'], 'getStatement')) {
/** @var object $result */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rever these changes unless something is broken here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reverted these changes.

secret: test
test: true
profiler: { enabled: true, collect: true }
profiler: { enabled: true, collect: true, collect_serializer_data: true }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pr should not have new configuration changes. It is out of scope

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reverted this change.

@SiddheshBhatkar777 SiddheshBhatkar777 force-pushed the neo4j-symfony-fix-readme branch 8 times, most recently from e4e179f to f49b9e0 Compare January 6, 2026 07:11
@SiddheshBhatkar777 SiddheshBhatkar777 changed the title Neo4J Symfony : Add Missing DriverInterface Methods + Fix Transaction Rollback Bug + Update README.md Neo4J Symfony : Update README.md Jan 6, 2026
@SiddheshBhatkar777 SiddheshBhatkar777 changed the title Neo4J Symfony : Update README.md Fix : Update README.md Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants